Q3Quaternion_SetIdentity
You can use theQ3Quaternion_SetIdentity
function to set a quaternion to the identity quaternion.
TQ3Quaternion *Q3Quaternion_SetIdentity ( TQ3Quaternion *quaternion);
quaternion
- On exit, the identity quaternion.
DESCRIPTION
TheQ3Quaternion_SetIdentity
function returns, as its function result and in thequaternion
parameter, the identity quaternion.